By default the gun will not have a icon in the weapon wheel. here is hwo you circumvent that. but it's not necessary.


#####################################################################################################################################################
#####################################################################################################################################################
#################################################						      ###############################################
#################################################            	 WEAPON WHEEL ICON		      ###############################################
#################################################            	   INSTALL GUIDE		      ###############################################
#################################################						      ###############################################
#####################################################################################################################################################
#####################################################################################################################################################


1)Install the pickups mod from this link ----> https://www.gta5-mods.com/scripts/pickups

2)Move the image named "VSS.png", found in the "optional Pickups" folder, into "[GTA root folder]\Pickups\Icons" This is the image that will show
  up as your vss in your weapon wheel.

3)Go back a page to "[GTA root folder]\Pickups" and open "pickups.xml" and paste the following inside (make sure to properly paste it and follows syntax);

	<Pickup>
		<DisplayName>Vss Vintorez</DisplayName>
		<WeaponAsset>WEAPON_vss</WeaponAsset>
		<PickupAsset>PICKUP_WEAPON_vss</PickupAsset>
		<WheelIcon>VSS</WheelIcon>
		<AmmoDisplayName>9x39mm</AmmoDisplayName>
		<PickupSFX>HUD_CUSTOM_PICK_UP_RIFLE_MASTER</PickupSFX>
		<AmmoPickupSFX>HUD_CUSTOM_PICK_UP_BULLETS_MASTER</AmmoPickupSFX>
		<Offset x="0.0" y="-0.020" z="0.0"/>
		<Rotation x="0.0" y="0.0" z="0.0"/>
		<Group>2</Group>
	</Pickup>

3A) you can change the "2" in "<Group>2</Group>" to whatever group on the weapon wheel you'd like. For me, group 2 is all heavy weapons.

4) Thats pretty much it, Enjoy :)